-
Notifications
You must be signed in to change notification settings - Fork 136
BetaFix: Fix IPP #14681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BetaFix: Fix IPP #14681
Conversation
Generated by 🚫 Danger |
Project dependencies changeslist! Upgraded Dependencies
com.squareup.okhttp3:okhttp-tls:5.1.0, (changed from 4.12.0)tree-\--- project :libs:cardreader
- \--- com.stripe:stripeterminal-taptopay:4.6.0
- +--- com.squareup.okhttp3:okhttp-tls:4.12.0
- | +--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.1.0 (*)
- | +--- com.squareup.okio:okio:3.6.0 -> 3.15.0 (*)
- | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.24 (*)
- \--- com.stripe:stripeterminal-internal-common:4.6.0
- \--- com.squareup.okhttp3:okhttp-tls:4.12.0 (*)
++--- project :libs:fluxc
+ \--- com.squareup.okhttp3:okhttp-tls:5.1.0
+ +--- com.squareup.okhttp3:okhttp:5.1.0 (*)
+ +--- com.squareup.okio:okio:3.15.0 (*)
+ \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 (*)
+\--- project :libs:cardreader
+ \--- com.stripe:stripeterminal-taptopay:4.6.0
+ +--- com.squareup.okhttp3:okhttp-tls:4.12.0 -> 5.1.0 (*)
+ \--- com.stripe:stripeterminal-internal-common:4.6.0
+ \--- com.squareup.okhttp3:okhttp-tls:4.12.0 -> 5.1.0 (*) |
📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
|
|
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
kidinov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Both TTP and IPP test well.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/23.3 #14681 +/- ##
==================================================
- Coverage 38.50% 38.50% -0.01%
+ Complexity 9775 9774 -1
==================================================
Files 2066 2066
Lines 115514 115514
Branches 15390 15390
==================================================
- Hits 44477 44476 -1
Misses 66906 66906
- Partials 4131 4132 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This PR explicitly declares okhttp tls dependency to avoid
java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/internal/Util;error during card reader connection flow.This issue surfaced when we updated okhttp 4.9.0 -> 5.1.0 in #14587.
Steps to reproduce
Testing information
The tests that have been performed
The above + TTP testing on production build
Images/gif
RELEASE-NOTES.txtif necessary. Use the "[Internal]" label for non-user-facing changes.